projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d87b5ce
)
Add arch tagline
author
Miles Bader
<miles@gnu.org>
Tue, 25 Sep 2007 22:01:16 +0000
(22:01 +0000)
committer
Miles Bader
<miles@gnu.org>
Tue, 25 Sep 2007 22:01:16 +0000
(22:01 +0000)
etc/emacs.py
patch
|
blob
|
history
etc/emacs3.py
patch
|
blob
|
history
diff --git
a/etc/emacs.py
b/etc/emacs.py
index fa244ef99699b77d90f616d8357f94d39106dfc6..964c1f17f407b1352810695441e88f4d0f92cc0e 100644
(file)
--- a/
etc/emacs.py
+++ b/
etc/emacs.py
@@
-7,3
+7,5
@@
if sys.version_info[0] == 3:
from emacs3 import *
else:
from emacs2 import *
+
+# arch-tag: 894b5227-638f-45fd-8567-0417d5c35900
diff --git
a/etc/emacs3.py
b/etc/emacs3.py
index 27cf3350576a40c7c0b9def53cd82a62291b13a7..96e8ebbfb8bec238fb7773e61d5d8f6d37f40788 100644
(file)
--- a/
etc/emacs3.py
+++ b/
etc/emacs3.py
@@
-241,3
+241,4
@@
Assumes that MODULE.py and MODULE.pyc are in the same directory."""
# print '_emacs_ok' # ready for input and can call continuation
+# arch-tag: 37bfed38-5f4a-4027-a2bf-d5f41819dd89